home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / PSDBRIGHTNESSCONTRASTEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  1.1 KB  |  24 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="PsdBrightnessContrastEffect: adjust brightness and contrast">
  3.     <description>
  4.         PsdBrightnessContrastEffect adjusts the brightness and contrast of an image. There are
  5.         two different algorithms, legacy and non-legacy, which are controlled by the UseLegacy
  6.         property. Each algorithm has a brightness and a contrast property, whose ranges and effects
  7.         depend on the legacy state.
  8.     </description>
  9.     
  10.     <property name="LegacyBrightness"  type="int" default="0" label="Brightness (legacy)">
  11.         <range min="-100" max="100"/>
  12.     </property>
  13.     <property name="LegacyContrast"  type="int" default="0" label="Contrast (legacy)">
  14.         <range min="-100" max="100"/>
  15.     </property>
  16.     <property name="Brightness"  type="int" default="0" label="Brightness">
  17.         <range min="-150" max="150"/>
  18.     </property>
  19.     <property name="Contrast"  type="int" default="0" label="Contrast">
  20.         <range min="-50" max="100"/>
  21.     </property>
  22.     <property name="UseLegacy"  type="bool" default="true" label="Use Legacy" />
  23. </effect>
  24.